home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3440 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 20 Feb 1996 04:18:20 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4gbi2c$104@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk> <2182.6619T1129T1416@login.eunet.no>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Patrick Hanevold (patrick.hanevold@login.eunet.no) wrote:
  14.  
  15. : We didnt steal your code. Ludvig pedersen wrote the cpu passes, and I wrote
  16. : the blitterpasses.
  17.  
  18. naah you can't steal, it's on my homepage for all Amiga coders.
  19. With new A1200 beeing 030-40 but AGA, 3pass solutions will live a
  20. long time :)
  21.  
  22. : >So what is faster than copying data to chipmem ? nothing ;)
  23. : We do 2 cpu passes for free now, and it is non-scrambled. If I remeber
  24. : corectly your was scrambled??
  25.  
  26. I got a 1pass routine currently, but I guess the version on my
  27. homepage is still blitter-only.
  28. My ";)" refered to the fact that the c2p is "free" on 020-14+fast
  29. for lots of fx.
  30. How to call it, if blitter is faster than cpu rendering ?
  31. "virtual free c2p" ? :)
  32. currently "free c2p" is defined as "cpu c2p at speed of cpu copy
  33. AND c2p ready when cpu ready".
  34.  
  35. Well, as a 030 board can store more than 4mb/sec, it will have
  36. more trouble doing c2p "for free" than a A4000 (what about
  37. 040 boards on A1200 ? we got too little data...)
  38.  
  39. If there will be a 3 pass cpu-only c2p on 030-50 at 4mb/sec,
  40. is it for free ? but then 2pass 5mb/sec wouldb be "more free" ;)
  41.  
  42. : The blitter isnt slower on a 030 is it? :)
  43.  
  44. it is slower on a 020-14 if you rotzoom. or scroll.
  45. It's all quite complex, that's why ideal software supports
  46. from 0pass cpu up to 3pass cpu, configurable in a rc file.
  47. each demo-effect might need an own rc file!
  48.  
  49. : Again. The cpu passes of the new version is about %40 faster, stil doing two
  50. : passes.
  51. Again :) The cpu passes will be rather 40% slower on my 020-14 ;->
  52. In fact, 1 pass on 020-14+fast is 100% slower than plain copy.
  53. We need more definite vocabulary.
  54.  
  55. : Now 2x2 is as fast as it can get, so you certantly dont want to do more passes
  56. : with the CPU do you? I guess your thinking of 1x1/1x2/2x1.
  57.  
  58. not really! how much passes you do depends on the effect and on the
  59. cpu, not on the resolution. Ok, if you do little pixels, you get 50Hz
  60. with any method, that's why less ideal methods are also optimal on 2x2
  61. just because monitor is too slow ;)
  62.  
  63. Adjust according to cpu+effect, not resolution. will always work.
  64.  
  65. : >c00l showoff on gfx-cards and maybe AGA+ BTW.
  66. : Nice. I would use the rtg.library on gfx-cards thoug.
  67.  
  68. But then rtg maybe doesn't include chunky on AGA+! Wouldn't that
  69. be mega-pity your code supports cards but would fail on A1300!
  70.  
  71. If you do a rtg version, better also supply a gfx.lib version.
  72.  
  73. : <sb>Patrick Hanevold - Virtual Reality developer
  74. : <sb>patrick.hanevold@login.eunet.no
  75. : <sb>Amiga and official Be developer
  76. ------------------------------------------------------------------------
  77.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  78.  
  79.